.wenzhang {
    margin: 30px 0 20px;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333;
    line-height: 24px;
}
.zhidao-index .search-box-new .btn-global {
    width: 112px;
    height: 40px;
    font-size: 17px;
    line-height: 40px;
    border-radius: 0 10px 10px 0;
    border: 0;
    background: rgb(74, 202, 109);
}
.search-box-new .i-ask-link:link, .search-box-new .i-ask-link:visited {
    color: rgb(74, 202, 109);
    text-decoration: none;
}
.search-box-new .i-ask-link {
    float: left;
    font-size: 17px;
    font-family: Helvetica;
    margin-left: 17px;
    width: 108px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: rgb(74, 202, 109);
    border: 2px solid rgb(74, 202, 109);
    border-radius: 10px;
}
.zhidao-index .search-box-new .hdi {
    font-size: 16px;
    padding: 0;
    width: 437px;
    height: 40px;
    display: flex;
    align-items: center;
    border: 2px solid rgb(74, 202, 109);
    box-sizing: border-box;

    border-radius: 10px 0 0 10px;
    float: left;
    position: relative;
    text-indent: 16px;
    border-right: 0;
    color: #222;
    outline: 0;
    -webkit-appearance: none;
}
.zhidao-index .search-box-new .logo {
    background: url(https://jianpu.8090st.com/static/index/img/logo-b1.png) no-repeat;
    background-size: contain;
    margin-top: 6px;
    width: 134px;
    height: 48px;
}


.stream-list__item {
    margin: 0;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}
.qa-rank, .bookmark-rank {
    float: left;
    margin-right: 10px;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    color: #666;
    padding-top: 4px;
}
.qa-rank small, .bookmark-rank small {
    display: block;
    font-size: 12px;
}
.qa-rank .viewsword0to99, .bookmark-rank .viewsword0to99 {
    color: #b17e53;
}


.qa-rank .votes, .bookmark-rank .votes, .qa-rank .answers, .bookmark-rank .answers, .qa-rank .views, .bookmark-rank .views {
    display: inline-block;
    padding-top: 3px;
    width: 45px;
    height: 42px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.stream-list__item .summary {
    overflow: auto;
    overflow-x: hidden;
}
.stream-list__item .author {
    margin-bottom: 5px;
    color: #999;
    font-size: 13px;
}
.list-inline {
    margin-left: -5px;
}
.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none;
}
.stream-list__item .title {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    position: relative;
}
.ib.taglist--inline, .ib.taglist--block {
    margin: 0;
    display: inline-block;
}

.taglist--inline, .taglist--block {
    list-style: none;
    padding: 0;
    font-size: 0;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.tag {
    display: inline-block;
    padding: 0 6px;
    color: #4ACA6D;
    background-color: rgba(1, 126, 102, 0.08);
    height: 22px;
    line-height: 22px;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
}
.weizhi a {
    color: #727171;
    font-size: 14px;
}
/*文章内容页图片大小*/
.article-img img {
    width: 680px;
    height: auto;
}


.logo-container {
    display: none;
    position: static;
    right: 0;
    bottom: 0;
    z-index: 65534;
    font-size: 0;
    height: 16px;
    background: #b2b2b2;
    padding: 0 1px;
    background: rgba(0,0,0,.3);
    opacity: .5;
}